runtime.mheap.allocMSpanLocked (method)

4 uses

	runtime (current package)
		arena.go#L1022: 				s := h.allocMSpanLocked()
		arena.go#L1034: 		s = h.allocMSpanLocked()
		mheap.go#L1113: func (h *mheap) allocMSpanLocked() *mspan {
		mheap.go#L1266: 		s = h.allocMSpanLocked()